home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / programs / prog12 < prev    next >
Encoding:
Text File  |  1993-11-15  |  184 b   |  12 lines

  1. # test Dimension to String
  2. xtAppInitialize -class Program
  3.  
  4. xmLabel .label managed
  5. .label getValues -width w -height h
  6. puts stdout "Width: $w, height: $h"
  7.  
  8.  
  9. . realizeWidget
  10.  
  11. . mainLoop
  12.